home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / feb95 / ml_fig12.gif < prev    next >
Graphics Interchange Format  |  1996-07-10  |  10KB  |  584x346  |  4-bit (6 colors)
Labels: text | electronics | screenshot | display | software | number | font | computer
OCR: DEMO.FSL :: Temperature_Bar :: changeGhostValue ..... To act on the value indicated by the position of the ghost thumb as the user drags it, insert your own code here. ; If you want the thumb to move when the user drags it, instead of showing a ghost thumb, set showGhostThumb = False in the const window IRIN The value which the scrollbar would have if the user released the mouse button is stored in the variable GhostValue, so have your code use GhostValue, as in the example below IN method changeGhostValue( ) message ("If you let go of the mouse button, value will be: "+string(GhostValue)) endmethod Edit Line: 10 Col: 1